* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,
html {
	min-width: 100%;
	max-width: 1920px;
	overflow-x: hidden;
	margin: 0 auto;
}

li {
	list-style: none;
}

body,
div,
li,
p,
b,
span,
em,
font,
a,
input,
button {
	font-family: "Ping Hei", "microsoft yahei", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}

a {
	cursor: pointer;
	text-decoration: none;
}

img {
	border: none 0;
}

.main img {
	vertical-align: top;
	width: 100%;
	min-width: 1000px;
}

/* .header {
	width: 100%;
	height: 80px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0px;
	top: 0px;
} */

.headWrap {
	width: 100%;
	height: 80px;
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
}

.headWrap .headContent{
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}

.headWrap h1 {
	padding-top: 9px;
	float: left;
}

.headWrap ul {
	overflow: hidden;
	height: 80px;
	float: right;
}

.headWrap ul li {
	position: relative;
	margin-right: 35px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	float: left;
}

.headWrap ul li a {
	font-size: 16px;
	display: block;
	color: #fff;
	box-sizing: border-box;
}
.headWrap ul li i.btBorder{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 0;
	height: 3px;
	background-color: #fff;
	transition: all 0.2s ease-out;
}

.headWrap ul li:hover i.btBorder{
	width: 100%;
}

.headWrap ul li:hover a {
	color: #dcdcdc;
}

.headWrap ul li a img {
	vertical-align: top;
	margin-right: 8px;
	position: relative;
	top: 12px;
}

.headWrap ul li.curr {
	width: 147px;
	height: 40px;
	line-height: 40px;
	padding-top: 10px;
}

.headWrap ul li.curr a {
	background-image: url(bg.png);
	background-repeat: no-repeat;
	height: 40px;
	line-height: 40px;
	width: 147px;
	border-radius: 20px;
}

.headWrap ul li.curr a:hover {
	border: 0 none;
	color: #fff;
	background: #d7d7d7;
}

.newHeadWrap {
	width: 100%;
	height: 80px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
}

.newHeadWrap .headContent{
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}

.newHeadWrap h1 {
	padding-top: 9px;
	float: left;
}

.newHeadWrap ul {
	overflow: hidden;
	height: 80px;
	float: right;
}

.newHeadWrap ul li {
	position: relative;
	margin-right: 35px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	float: left;
}

.newHeadWrap ul li a {
	font-size: 16px;
	display: block;
	color: #333;
	box-sizing: border-box;
}
.newHeadWrap ul li i.btBorder{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 0;
	height: 3px;
	background-color: #333;
	transition: all 0.2s ease-out;
}

.newHeadWrap ul li:hover i.btBorder{
	width: 100%;
}

.newHeadWrap ul li:hover a {
	color: #666;
}

.newHeadWrap ul li a img {
	vertical-align: top;
	margin-right: 8px;
	position: relative;
	top: 12px;
}

.popup i,
.popall i {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	z-index: 1
}

.popup .cont {
	width: 850px;
	height: 90vh;
	box-sizing: border-box;
	position: absolute;
	background: #fff;
	border-radius: 5px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}

.popup .cont h2 {
	height: 100px;
	line-height: 100px;
	font-size: 26px;
	text-align: center;
	color: #4a4a4a;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}

.popup .cont h2.join_us {
	height: auto;
	line-height: 30px;
	font-size: 26px;
	padding: 22px 0 17px;
	text-align: center;
	color: #4a4a4a;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}

.popall .cont h2.join_us {
	height: auto;
	line-height: 30px;
	font-size: 26px;
	padding: 22px 0 17px;
	text-align: center;
	color: #4a4a4a;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	margin-bottom: 33px;
}

.popup .cont .bd_join h4 {
	font-weight: normal;
	color: #4a4a4a;
	line-height: 2
}

.popup .cont .bd_join p {
	cursor: pointer;
	transition: color 0.3s;
}

.popup .cont .bd_join p:hover {
	text-decoration: underline;
	color: #ed5050;
}

.popup .cont .bd_join p,
.popup .cont .bd_detail p {
	font-weight: normal;
	color: #4a4a4a;
	line-height: 2;
	margin: 0 0 0 14px;
	font-size: 12px;
}

.popup .cont .bd_detail h4 {
	font-weight: normal;
	color: #4a4a4a;
	line-height: 2;
	margin-bottom: 30px;
	text-indent: 14px;
}

.popup .cont .email_to,
.popup .cont .email_to a {
	color: #ed5050;
	font-size: 13px;
}

.popup .cont p {
	margin-left: 14px;
	text-align: justify;
	line-height: 22px;
	font-size: 13px;
	padding: 0;
	margin: 0;
	margin-bottom: 22px;
	color: #4a4a4a;
	font-weight: normal;
}

.popup .cont .bd {
	height: calc(100% - 140px);
	position: relative;
	padding: 0 25px;
	overflow-y: auto;
	margin-top: 20px;
}

.popup .cont .bd a {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	right: -138px;
	top: -125px;
}

.popup .cont .bd a img,
.popall .cont .bd a.but img {
	width: 60px;
	height: 60px;
}


.popup .cont .bd h4 {
	font-weight: normal;
	color: #4a4a4a;
	line-height: 2
}

.popup .cont .bd p {
	cursor: pointer;
	transition: color 0.3s;
}

.popup .cont .bd p:hover {
	text-decoration: underline;
	color: #ed5050;
}

.popup .cont .bd p,
.popup .cont .bd_detail p {
	font-weight: normal;
	color: #4a4a4a;
	line-height: 2;
	margin: 0 0 0 14px;
	font-size: 14px;
}



.popup .cont .bdd p {
	margin-bottom: 0;
}

.popup .cont .bdd p.on {
	margin-bottom: 18px;
}

.popup .cont .bdd p.curr {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 22px;
}

#pop04 .cont {
	overflow: hidden;
}

#pop04 .cont .bd_join,
#pop04 .cont .bd_detail {
	overflow: auto;
}

.popall .cont {
	width: 630px;
	height: 500px;
	box-sizing: border-box;
	padding: 75px 35px 0 35px;
	background: #fff;
	border-radius: 5px;
	margin-left: -275px;
	position: absolute;
	left: 50%;
	top: 95px;
	z-index: 2;
}

.popall .cont .bd {
	position: relative;
}

.popall .cont .bd a.but {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 10;
	right: -95px;
	top: -165px;
}

.popall .cont .bd .fl {
	margin-right: 19px;
}

.popall .cont .bd .fr {
	margin-bottom: 19px;
}

.popall .cont .bd a img {
	width: 154px;
	height: 38px;
}

.kuang {
	width: 184px;
	height: 200px;
	float: left;
}



.popup a.close img,
.popup a.bd_back img {
	width: 100%;
}

.popup a.close {
	position: absolute;
	left: 50%;
	margin-left: 426px;
	top: 94px;
	z-index: 3;
	width: 60px;
	height: 60px;
}

.popup a.bd_back {
	position: absolute;
	left: 50%;
	margin-left: -395px;
	top: 62px;
	z-index: 3;
	width: 23px;
	height: 60px;
}


.foot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	background-color: rgba(255,255,255,1);
}

.foot .one {
	width: 1280px;
	margin: 0 auto;
	border-bottom: 1px solid rgb(241, 241, 241);
	text-align: center;
	padding: 5px 0;
}

.foot .one .cell {
	display: inline-block;
	padding: 0 12px;
}

.foot .one a {
	color: #776b67;
}

.foot a:hover {
	color: #dcdcdc;;
	text-decoration: underline;
}

.foot img {
	width: 18px;
	height: 18px;
	vertical-align: text-bottom;
}

.foot .two {
	width: 1280px;
	margin: 0 auto;
	color: #776b67;
	text-align: center;
	overflow: hidden;
	padding: 5px 0;
}

.foot .two a {
	color: #776b67;
}

.foot .two .fl {
	float: left;
}

.foot .two .cell {
	display: inline-block;
	padding: 0 12px;
}

.foot .two .fr {
	float: right;
}

.foot .two .fr span,
.foot .tow .fr a {
	margin-right: 25px;
}

.newFooterWrap{
	position: relative;
	width: 100%;
	height: 116px;
	background-color: #333333;
	color: #c5c5c5;
	font-size: 14px;
}

.newFooterWrap .newFooterIn{
	width: 1280px;
	margin: 0 auto;
	text-align: center;
	padding-top: 25px;
}
.newFooterWrap .newFooterIn .cell{
	display: inline-block;
	padding: 0 12px;
}

.newWordLine {
	overflow: auto;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-track {
	border-radius: 0;
}

::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0.15);
	transition: all .2s;
	border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.25);
}

.newWordLine>p {
	text-decoration: none !important;
	cursor: text !important;
	color: #4a4a4a !important;
	text-indent: 25px !important;
	margin: 0 !important;
}

.newWordLine>.textP {}

.newWordLine>.textH2 {
	font-size: 18px !important;
	text-decoration: none !important;
	cursor: text !important;
	color: #4a4a4a !important;
	margin-top: 10px !important;
	text-indent: 0 !important;
}

.newWordLine>.textUl {
	color: #4a4a4a !important;
	font-size: 14px !important;
	padding-left: 50px;
	line-height: 2;
}

.newWordLine>.textUl>li {
	list-style: square;
}

.bannerWrap{
	background-image: url('banner_detailes.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 640px;
}

.bannerWrap .bannerWrapIn{
	position: relative;
	width: 1280px;
	margin: 0 auto;
	height: 100%;
}

.bannerWrap .bannerWrapIn > h2{
	text-align: center;
	color: #fff;
	font-size: 48px;
	padding-top: 180px;
}

.bannerWrap .bannerWrapIn > p{
	text-align: center;
	padding: 50px 100px 0;
	font-size: 24px;
	color: #fff;
	line-height: 40px;
}

.detailsContentWrap{
	width: 100%;
	background-color: #fff;
}

.detailsContentWrap .detailsContentIn{
	position: relative;
	width: 1280px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.detailsContentWrap .detailsContentIn > h3{
	font-size: 30px;
	text-align: center;
	height: 150px;
	line-height: 150px;
	color: #333;
	position:relative;
}
.servicePro {
	position:absolute;
	right:0;
	top: 58px;
	height:40px;
	width:100px;
	text-align:center;
	line-height:40px;
	color: #fff;
	font-size: 16px;
	background: #15749F;
}
.serviceProject {
	min-height: 750px;
	border-top: 2px solid #ccc;
	margin: 0 auto;
	padding: 20px;
	width:1280px;
}
.serviceNav {
	float: left;
	height: 700px;
	width: 200px;
	border-right: 2px solid #B0CFD5;
	text-align: center;
}
.serviceNav h3 {
	color: #15749F;
	font-size: 20px;
}
.serviceNav li {
	cursor: pointer;
	margin-top: 15px;
	color: #aaa;
}
.serviceContent {
	float: left;
	width: 1040px;
}
.serviceContent h2{
	text-align:center;
	padding: 20px;
}
.serviceContent p {
	margin: 0 0 15px 80px;
}
.serviceContent {
	display: none;
}
.ylImg {
	margin-left: 80px;
}
.ylImg img {
	margin: 5px 10px 30px 0;
	vertical-align: top;
}
.list_ul_a > li{
	float: left;
	width: 50%;
	height: 100px;
	margin-bottom: 30px;
	transition: all 0.2s;
}

.list_ul_a > li:nth-child(2n-1){
	padding-right: 15px;
}

.list_ul_a > li:nth-child(2n){
	padding-left: 15px;
}

.list_ul_a > li > .pd1{
	width: 100%;
	height: 100%;
	border: 1px solid #eeeeee;
}

.list_ul_a > li > .pd1 > span{
	float: left;
	width: 100px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px 25px;
	background-color: #eeeeee;
}

.list_ul_a > li > .pd1 > p{
	font-size: 16px;
	padding: 5px 10px;
	width: calc(100% - 100px);
	float: left;
}

.list_ul_a > li:nth-child(1) > .pd1 > span{background-image: url('no1.png');}
.list_ul_a > li:nth-child(2) > .pd1 > span{background-image: url('no2.png');}
.list_ul_a > li:nth-child(3) > .pd1 > span{background-image: url('no3.png');}
.list_ul_a > li:nth-child(4) > .pd1 > span{background-image: url('no4.png');}
.list_ul_a > li:nth-child(5) > .pd1 > span{background-image: url('no5.png');}
.list_ul_a > li:nth-child(6) > .pd1 > span{background-image: url('no6.png');}

.list_ul_a > li:hover{
	transform: scale(1.03);
}

.list_ul_b{
	position: absolute;
	top: 150px;
	left: 0;
	z-index: 999;
	margin-right: -2%;
}
.list_ul_b > li{
	width: 18%;
	height: 240px;
	background-color: #fff;
	border: 1px solid #eee;
	float: left;
	margin-right: 2%;
	padding: 10px;
	transition: all 0.2s;
}

.list_ul_b > li > .pd1{
	width: 100%;
	height: 100%;
}

.list_ul_b > li > .pd1 > span{
	width: 70px;
	height: 70px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70px 70px;
	margin: 20px auto 15px;
}

.list_ul_b > li > .pd1 > p{
	padding: 10px;
	text-align: center;
	overflow: hidden;
    height: 95px;
}

.list_ul_b > li:hover{
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
	transform: scale(1.03);
}

.list_ul_b > li.showMore:hover{
	height: auto;
}
.list_ul_b > li.showMore:hover > .pd1 > p{
	height: auto;
}

.list_ul_b li:nth-child(1) > .pd1 > span{background-image: url('tk_icon1.png');}
.list_ul_b li:nth-child(2) > .pd1 > span{background-image: url('tk_icon2.png');}
.list_ul_b li:nth-child(3) > .pd1 > span{background-image: url('tk_icon3.png');}
.list_ul_b li:nth-child(4) > .pd1 > span{background-image: url('tk_icon4.png');}
.list_ul_b li:nth-child(5) > .pd1 > span{background-image: url('tk_icon5.png');}
.list_ul_b li:nth-child(6) > .pd1 > span{background-image: url('tk_icon6.png');}

.lunboWrapParent{
	position: relative;
}

.lunboWrap{
	position: relative;
	height: 260px;
}

.lunboWrap .lunboItem{
	position: absolute;
	width: 40%;
	height: 260px;
	padding: 60px;
	background-color: #eeeeee;
	color: #666;
	transition: all 0.5s ease-in-out; 
	z-index: 0;
}

.lunboWrap .lunboItem > p{
	text-indent: 2em;
}

.lunboWrap .lunboItem::after{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 39px;
	height: 34px;
	content: ' ';
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url('bannerbgL.png');
}

.lunboWrap .lunboItem::before{
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 39px;
	height: 34px;
	content: ' ';
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url('bannerbgR.png');
}

.lunboWrap .lunboItem.active{
	z-index: 3;
	background-color: #196899;
	color: #fff;
	transform: scale(1.05);
	box-shadow: 0 0 15px 2px rgba(0,0,0,0.4);
}

.lunboWrap .lunboItem.active::after{
	background-image: url('bannerbgL_active.png');
}

.lunboWrap .lunboItem.active::before{
	background-image: url('bannerbgR_active.png');
}

.lunboWrap .lunboItem:nth-child(1){top: 0;left: 0;}
.lunboWrap .lunboItem:nth-child(2){top: 0;left: 30%;}
.lunboWrap .lunboItem:nth-child(3){top: 0;left: 60%;}

.bannerSwitchLeftBtn,
.bannerSwitchRightBtn{
	position: absolute;
	width: 64px;
	height: 64px;
	top: 50%;
	margin-top: -32px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 999;
	cursor: pointer;
	opacity: 0.5;
	transition: all 0.2s;
}

.bannerSwitchLeftBtn{left: 100px;background-image: url('bannerSwitchLeft.png');}
.bannerSwitchRightBtn{right: 100px;background-image: url('bannerSwitchRight.png');}

.bannerSwitchLeftBtn:hover,
.bannerSwitchRightBtn:hover{
	opacity: 1;
}

.rongyuDiv{
	position: relative;
}
.rongyuDiv > .rongyuItem{
	position: relative;
	padding-bottom: 20px;
}

.rongyuDiv > .rongyuItem_a > .topImgDiv{
	position: relative;
	width: 48px;
	height: 48px;
	margin-left: 200px;
}
.rongyuDiv > .rongyuItem_a > .topImgDiv > img{
	width: 100%;
	height: 100%;
}
.rongyuDiv > .rongyuItem_a > .topImgDiv::before{
	position: absolute;
	top: 48px;
    left: 23px;
	width: 1px;
	height: 100%;
	background-color: #15749f;
	content: ' ';
	z-index: 20;
}
.rongyuDiv > .rongyuItem_b > span.time{
	float: left;
	width: 200px;
	font-size: 30px;
	height: 40px;
	line-height: 40px;
}
.rongyuDiv > .rongyuItem_b > .yuandianWrap{
	position: absolute;
	left: 200px;
	top: 0;
	width: 48px;
	height: 40px;
	float: left;
	z-index: 50;
}
.rongyuDiv > .rongyuItem_b > .yuandianWrap > .yuandian{
	position: absolute;
	top: 8px;
	left: 12px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #15749f;
	z-index: 22;
	background-color: #fff;
}

.rongyuDiv > .rongyuItem_b > .yuandianWrap > .yuandian > i{
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #15749f;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.rongyuDiv > .rongyuItem_b > .yuandianWrap > .yuandian::after{
	position: absolute;
	top: 10px;
	left: 22px;
	width: 30px;
	height: 1px;
	background-color: #15749f;
	content: ' ';
}

.rongyuDiv > .rongyuItem_b > p{
	float: left;
	font-size: 20px;
	width: calc(100% - 210px);
	padding-left: 80px;
	line-height: 40px;
}

.rongyuDiv > .rongyuItem_b::before{
	position: absolute;
	top: 0;
	left: 223px;
	width: 1px;
	height: 100%;
	background-color: #15749f;
	content: ' ';
	z-index: 20;
}

.rongyuDiv > .rongyuItem_c{}
.rongyuDiv > .rongyuItem_c > .weiwangdaixu{
	display: block;
	width: 48px;
	height: 48px;
	border: 1px solid #15749f;
	border-radius: 50%;
	color: #15749f;
	font-size: 16px;
	margin-left: 200px;
    padding: 6px;
    line-height: 16px;
}

@media screen and (max-width:1100px) {
	.headWrap .headContent,
	.newHeadWrap .headContent,
	.newFooterWrap .newFooterIn,
	.foot .one,
	.foot .two,
	.bannerWrap .bannerWrapIn,
	.detailsContentWrap .detailsContentIn{
		width: 900px;
	}
	.newFooterWrap .newFooterIn{
		padding-top: 20px;
	}
	.list_ul_a > li{
		height: 120px;
	}
}

@media screen and (min-width:1100px) and (max-width:1400px) {
	.headWrap .headContent,
	.newHeadWrap .headContent,
	.newFooterWrap .newFooterIn,
	.foot .one,
	.foot .two,
	.bannerWrap .bannerWrapIn,
	.detailsContentWrap .detailsContentIn{
		width: 1100px;
	}
}